{
  "name": "{{SLUGGED_NAME}}",
  "repository": "{{GIT_REMOTE_URL}}",
  "version": "1.0.0",
  "description": "{{TITLE_NAME}}",
  "main": "lib/index.js",
  "module": "module/index.js",
  "plz:main": "src/index.js",
  "files": ["lib", "module", "package.json", "README.md"],
  "scripts": {
    "build": "plz build",
    "clean": "plz clean",
    "test": "plz test",
    "test:watch": "plz test --watch",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "{{CLI_NAME}}": "{{CLI_VERSION}}"
  },
  "author": "{{AUTHOR}}",
  "license": "MIT",
  "keywords": ["module"],
  "plz": {
    "projectType": "module"
  }
}
